home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / PowerMath Demo / Introductory Demo next >
Encoding:
Text File  |  1985-07-12  |  560 b   |  27 lines  |  [Bk#2/MATH]

  1. :The following 7 example problems demonstrate some of PowerMath's abilities.  Highlight problem text and select EVALUATE SELECTION from the CONTROL menu.
  2.  
  3.  
  4. ?(x^2+5*x+6)/(x+2) : Algebraic Division
  5.  
  6. ?23!  : Factorial (demonstrates PowerMath's ability to manipulate and compute large numbers)
  7.  
  8. Xa=4
  9. ?(Xa+3)^2-4Xa^3   : Simple Substitution 
  10.  
  11.  
  12. ?∂(X^2-2x;x;2)   : Differentiate
  13. ?∫(X^2-2x;x)      : Integrate
  14.  
  15. x+y=4-A^3       : Simultaneous equations ("A" is a symbolic constant)
  16. y+6=x-4
  17. Solve(x;y)
  18.  
  19. ?√(x^2+2x+1) +√(64;6)  : Root Function
  20.  
  21. PLOT(-z^2+6z;z;0;10) 
  22.  
  23.  
  24.  
  25.  
  26.  
  27.